Dynamic Execution - translation to spanish
DICLIB.COM
AI-based language tools
Enter a word or phrase in any language 👆
Language:     

Translation and analysis of words by artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

Dynamic Execution - translation to spanish

CPU PARADIGM IN WHICH A PROCESSOR EXECUTES INSTRUCTIONS IN AN ORDER BASED ON AVAILABILITY OF INPUT DATA/EXECUTION UNITS RATHER THAN ORIGINAL ORDER IN A PROGRAM, THUS AVOIDING IDLENESS WHILE WAITING FOR THE PRECEDING INSTRUCTION TO COMPLETE
Decoupled architecture; Out of Order execution; Out of order execution; Decoupled Architecture; OOOE; Oooe; OoOE; Out-of-order code execution; OOE; Dynamic execution; In-order processor; Out-of-order microprocessor; Out-of-order processor; Out-of-order CPU; Instruction dispatch

Dynamic Execution         
Ejecución Dinámica
dynamic analysis         
METHOD OF ANALYSING THE IMPACT OF FISCAL POLICY CHANGES BY FORECASTING THE EFFECTS OF ECONOMIC AGENTS' REACTIONS TO INCENTIVES CREATED BY POLICY
Dynamic analysis
análisis dinámico (examinación de cambios y nuevas orientaciones)
dynamic         
RECORD LABEL
DYNAMIC
(adj.) = dinámico
Ex: A data base must respond to a dynamic reality in which terms, 'strain, crack and sometimes break under the burden, under the tension, slip, slide, perish, decay with imprecision, will not stay in place, will not stay still".
----
* haemodynamic [hemodynamic, -USA] = hemodinámico
* hydrodynamic = hidrodinámico
* psychodynamic = sicodinámico
* thermodynamic = termodinámico

Definition

ejecución
Derecho.
Procedimiento judicial, con embargo y venta de bienes para pago de deudas.

     Ver: trabar ejecución
     Ver: traer aparejada ejecución

Wikipedia

Out-of-order execution

In computer engineering, out-of-order execution (or more formally dynamic execution) is a paradigm used in most high-performance central processing units to make use of instruction cycles that would otherwise be wasted. In this paradigm, a processor executes instructions in an order governed by the availability of input data and execution units, rather than by their original order in a program. In doing so, the processor can avoid being idle while waiting for the preceding instruction to complete and can, in the meantime, process the next instructions that are able to run immediately and independently.